home *** CD-ROM | disk | FTP | other *** search
- ;*****************************************************************************
- ;
- ; This script file was generated for you by the pcAnywhere script recorder.
- ; You may edit this file at your leisure.
- ;
- ; Some suggestions:
- ;
- ; Add a "Type String" command to display error conditions where appropriate
- ;
- ; (ex: Type String "A timeout has occured....ending script now^M^J"
- ;
- ;
- ;*****************************************************************************
-
- ;************************************************
- ; initialize event trapping
- ;************************************************
- set cancel on ; enable escape key to cancel the script
- on cancel goto @cancel
-
- on timeout goto @timeout ; enable timeouts
- set timeout 20 ; set timeout value to 20 seconds
-
- set disconnect on ; set disconnection trap
- on disconnect goto @disconnect
-
- set echo on
-
- ;************************************************
- ;************************************************
- ;
- ; commands below this line were recorded online
- ;
- ;************************************************
- ;************************************************
-
-
-